home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 December / CHIPNET Aralık 1997.iso / oyun / elf.exe / ELF.EXE / 0 / RCDATA / TAPPEARDLG / TAPPEARDLG.txt
Text File  |  1997-02-13  |  8KB  |  377 lines

  1. object AppearDlg: TAppearDlg
  2.   Left = 224
  3.   Top = 108
  4.   Hint = 
  5.     'Green panels may be switched off by clicking on them.'#13'Red panels' +
  6.     ' may be turned on by clicking on them.'#13'With the right button you' +
  7.     ' can access a popup menu that'#13'allows you to change visibility an' +
  8.     'd font where applicable.'
  9.   BorderIcons = []
  10.   BorderStyle = bsDialog
  11.   Caption = 'Main window appearance...'
  12.   ClientHeight = 303
  13.   ClientWidth = 427
  14.   Font.Color = clWindowText
  15.   Font.Height = -13
  16.   Font.Name = 'System'
  17.   Font.Style = []
  18.   Position = poScreenCenter
  19.   ShowHint = True
  20.   OnCreate = FormCreate
  21.   PixelsPerInch = 96
  22.   TextHeight = 16
  23.   object MsgPan: TPanel
  24.     Left = 0
  25.     Top = 286
  26.     Width = 427
  27.     Height = 17
  28.     Align = alBottom
  29.     Caption = 'Info line'
  30.     Font.Color = clWindowText
  31.     Font.Height = -12
  32.     Font.Name = 'Arial'
  33.     Font.Style = []
  34.     ParentFont = False
  35.     PopupMenu = PopupMenu1
  36.     TabOrder = 0
  37.     OnClick = MsgPanClick
  38.   end
  39.   object Panel3: TPanel
  40.     Left = 372
  41.     Top = 0
  42.     Width = 55
  43.     Height = 258
  44.     Align = alRight
  45.     Font.Color = clWindowText
  46.     Font.Height = -13
  47.     Font.Name = 'Arial'
  48.     Font.Style = []
  49.     ParentFont = False
  50.     TabOrder = 2
  51.     object Panel9: TPanel
  52.       Left = 1
  53.       Top = 1
  54.       Width = 53
  55.       Height = 53
  56.       Align = alTop
  57.       TabOrder = 0
  58.       object Bevel1: TBevel
  59.         Left = 4
  60.         Top = 4
  61.         Width = 21
  62.         Height = 21
  63.         Style = bsRaised
  64.       end
  65.       object Bevel2: TBevel
  66.         Left = 28
  67.         Top = 4
  68.         Width = 21
  69.         Height = 21
  70.         Style = bsRaised
  71.       end
  72.       object Bevel3: TBevel
  73.         Left = 4
  74.         Top = 28
  75.         Width = 21
  76.         Height = 21
  77.         Style = bsRaised
  78.       end
  79.       object Bevel4: TBevel
  80.         Left = 28
  81.         Top = 28
  82.         Width = 21
  83.         Height = 21
  84.         Style = bsRaised
  85.       end
  86.     end
  87.     object VToolPan: TPanel
  88.       Left = 1
  89.       Top = 54
  90.       Width = 53
  91.       Height = 82
  92.       Align = alClient
  93.       PopupMenu = PopupMenu1
  94.       TabOrder = 1
  95.       object Bevel5: TBevel
  96.         Left = 4
  97.         Top = 61
  98.         Width = 45
  99.         Height = 17
  100.         Style = bsRaised
  101.       end
  102.       object Bevel9: TBevel
  103.         Left = 4
  104.         Top = 42
  105.         Width = 45
  106.         Height = 17
  107.         Style = bsRaised
  108.       end
  109.       object Bevel8: TBevel
  110.         Left = 4
  111.         Top = 23
  112.         Width = 45
  113.         Height = 17
  114.         Style = bsRaised
  115.       end
  116.       object Bevel7: TBevel
  117.         Left = 4
  118.         Top = 4
  119.         Width = 45
  120.         Height = 17
  121.         Style = bsRaised
  122.       end
  123.       object MyLabelRotate1: TMyLabelRotate
  124.         Left = 25
  125.         Top = 10
  126.         Width = 20
  127.         Height = 63
  128.         LabelStyle.Angle = 90
  129.         LabelStyle.AStyle3D = A3dNormal
  130.         LabelStyle.AShadeLTSet = False
  131.         Caption = 'Toolbar'
  132.         Font.Color = clWindowText
  133.         Font.Height = -13
  134.         Font.Name = 'Arial'
  135.         Font.Style = [fsBold]
  136.         ParentFont = False
  137.       end
  138.       object MyLabelRotate2: TMyLabelRotate
  139.         Left = 9
  140.         Top = 10
  141.         Width = 20
  142.         Height = 63
  143.         LabelStyle.Angle = 90
  144.         LabelStyle.AStyle3D = A3dNormal
  145.         LabelStyle.AShadeLTSet = False
  146.         Caption = 'Vertical'
  147.         Font.Color = clWindowText
  148.         Font.Height = -13
  149.         Font.Name = 'Arial'
  150.         Font.Style = [fsBold]
  151.         ParentFont = False
  152.       end
  153.     end
  154.     object Panel11: TPanel
  155.       Left = 1
  156.       Top = 194
  157.       Width = 53
  158.       Height = 33
  159.       Align = alBottom
  160.       TabOrder = 2
  161.       object ExplorerButton1: TExplorerButton
  162.         Left = 2
  163.         Top = 2
  164.         Width = 48
  165.         Height = 28
  166.         Caption = 'Done!'
  167.         Options = [boMonoDisplay, boPopupMark]
  168.         OnClick = ExplorerButton1Click
  169.       end
  170.     end
  171.     object DirPan: TPanel
  172.       Left = 1
  173.       Top = 173
  174.       Width = 53
  175.       Height = 21
  176.       Align = alBottom
  177.       Caption = 'Dirs'
  178.       Font.Color = clWindowText
  179.       Font.Height = -12
  180.       Font.Name = 'Arial'
  181.       Font.Style = []
  182.       ParentFont = False
  183.       PopupMenu = PopupMenu1
  184.       TabOrder = 3
  185.       OnClick = DirPanClick
  186.     end
  187.     object WinsPan: TPanel
  188.       Left = 1
  189.       Top = 136
  190.       Width = 53
  191.       Height = 37
  192.       Align = alBottom
  193.       PopupMenu = PopupMenu1
  194.       TabOrder = 4
  195.       object Label1: TLabel
  196.         Left = 1
  197.         Top = 1
  198.         Width = 51
  199.         Height = 35
  200.         Align = alClient
  201.         Alignment = taCenter
  202.         Caption = 'User'#13'wins'
  203.         OnClick = Label1Click
  204.       end
  205.     end
  206.     object FilmPan: TPanel
  207.       Left = 1
  208.       Top = 227
  209.       Width = 53
  210.       Height = 30
  211.       Align = alBottom
  212.       Caption = 'Logo'
  213.       PopupMenu = PopupMenu1
  214.       TabOrder = 5
  215.       OnClick = FilmPanClick
  216.     end
  217.   end
  218.   object Panel4: TPanel
  219.     Left = 0
  220.     Top = 0
  221.     Width = 372
  222.     Height = 258
  223.     Align = alClient
  224.     TabOrder = 3
  225.     object TimePan: TPanel
  226.       Left = 1
  227.       Top = 1
  228.       Width = 370
  229.       Height = 16
  230.       Align = alTop
  231.       Caption = 'Time, flags, ...'
  232.       Font.Color = clWindowText
  233.       Font.Height = -12
  234.       Font.Name = 'Arial'
  235.       Font.Style = []
  236.       ParentFont = False
  237.       PopupMenu = PopupMenu1
  238.       TabOrder = 0
  239.       OnClick = TimePanClick
  240.       OnDblClick = TimePanDblClick
  241.     end
  242.     object ExitsPan: TPanel
  243.       Left = 1
  244.       Top = 17
  245.       Width = 370
  246.       Height = 16
  247.       Align = alTop
  248.       Caption = 'Exits, place'
  249.       Font.Color = clWindowText
  250.       Font.Height = -12
  251.       Font.Name = 'Arial'
  252.       Font.Style = []
  253.       ParentFont = False
  254.       PopupMenu = PopupMenu1
  255.       TabOrder = 1
  256.       OnClick = ExitsPanClick
  257.     end
  258.     object WatchesPan: TPanel
  259.       Left = 1
  260.       Top = 33
  261.       Width = 370
  262.       Height = 16
  263.       Align = alTop
  264.       Caption = 'Watches'
  265.       Font.Color = clWindowText
  266.       Font.Height = -12
  267.       Font.Name = 'Arial'
  268.       Font.Style = []
  269.       ParentFont = False
  270.       PopupMenu = PopupMenu1
  271.       TabOrder = 2
  272.       OnClick = WatchesPanClick
  273.     end
  274.     object HToolPan: TPanel
  275.       Left = 1
  276.       Top = 65
  277.       Width = 370
  278.       Height = 16
  279.       Align = alTop
  280.       Caption = 'Horizontal toolbar'
  281.       Font.Color = clWindowText
  282.       Font.Height = -12
  283.       Font.Name = 'Arial'
  284.       Font.Style = []
  285.       ParentFont = False
  286.       PopupMenu = PopupMenu1
  287.       TabOrder = 3
  288.       OnClick = HToolPanClick
  289.     end
  290.     object ScrollBack: TPanel
  291.       Left = 1
  292.       Top = 81
  293.       Width = 370
  294.       Height = 176
  295.       Align = alClient
  296.       Caption = 'Scroll-back'
  297.       Color = clWindowText
  298.       Font.Color = clWindow
  299.       Font.Height = -12
  300.       Font.Name = 'Arial'
  301.       Font.Style = []
  302.       ParentFont = False
  303.       PopupMenu = PopupMenu1
  304.       TabOrder = 4
  305.     end
  306.     object InstPan: TPanel
  307.       Left = 1
  308.       Top = 49
  309.       Width = 370
  310.       Height = 16
  311.       Align = alTop
  312.       Caption = 'Instances control panel'
  313.       Font.Color = clWindowText
  314.       Font.Height = -12
  315.       Font.Name = 'Arial'
  316.       Font.Style = []
  317.       ParentFont = False
  318.       PopupMenu = PopupMenu1
  319.       TabOrder = 5
  320.       OnClick = InstPanClick
  321.     end
  322.   end
  323.   object Memo1Pan: TPanel
  324.     Left = 0
  325.     Top = 258
  326.     Width = 427
  327.     Height = 28
  328.     Align = alBottom
  329.     BevelOuter = bvNone
  330.     Caption = 'Input box'
  331.     Color = clWindow
  332.     Font.Color = clWindowText
  333.     Font.Height = -12
  334.     Font.Name = 'Arial'
  335.     Font.Style = []
  336.     ParentFont = False
  337.     PopupMenu = PopupMenu1
  338.     TabOrder = 1
  339.     object CharsPan: TPanel
  340.       Left = 384
  341.       Top = 0
  342.       Width = 43
  343.       Height = 28
  344.       Align = alRight
  345.       Caption = 'Chars'
  346.       PopupMenu = PopupMenu1
  347.       TabOrder = 0
  348.       OnClick = CharsPanClick
  349.     end
  350.   end
  351.   object FontDialog1: TFontDialog
  352.     Font.Color = clWindowText
  353.     Font.Height = -13
  354.     Font.Name = 'System'
  355.     Font.Style = []
  356.     MinFontSize = 0
  357.     MaxFontSize = 0
  358.     Left = 49
  359.     Top = 137
  360.   end
  361.   object PopupMenu1: TPopupMenu
  362.     OnPopup = PopupMenu1Popup
  363.     Left = 109
  364.     Top = 89
  365.     object Visible1: TMenuItem
  366.       Caption = '&Visible'
  367.       ShortCut = 0
  368.       OnClick = Visible1Click
  369.     end
  370.     object Font1: TMenuItem
  371.       Caption = '&Font'
  372.       ShortCut = 0
  373.       OnClick = Font1Click
  374.     end
  375.   end
  376. end
  377.